golang.org/x/net/http2.priorityWriteSchedulerRFC7540.maxID (field)

5 uses

	golang.org/x/net/http2 (current package)
		writesched_priority_rfc7540.go#L207: 	maxID uint32
		writesched_priority_rfc7540.go#L253: 	if streamID > ws.maxID {
		writesched_priority_rfc7540.go#L254: 		ws.maxID = streamID
		writesched_priority_rfc7540.go#L292: 		if streamID <= ws.maxID || ws.maxIdleNodesInTree == 0 {
		writesched_priority_rfc7540.go#L295: 		ws.maxID = streamID